home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / notes < prev    next >
Text File  |  1994-04-30  |  737b  |  15 lines

  1. *    I wanted invisible rounded corners on the cards as they are dragged.  it appears the only way to do this is to write some .psw code.  there appears to be no way to get this effect without circumventing the appkit.  reference the example WhatADrag.
  2.  
  3. *    Still haven't done game save and restore.
  4.  
  5. *    Need to alter or provide some user influence on the game algorithm.  it's too mean.
  6.  
  7. *    Drawing of stacked cards is too slow event with speed ups.  it appears that, when a card is added to a StackView, all of the cards in the stack get a drawSelf::.  
  8.  
  9. *    Card animation should be provided.
  10.  
  11. *    Cards should be in color but... I don't have color.
  12.  
  13. *    Minor bug in Makefile.something.  One is forced to say "make all" rather than just "make".
  14.  
  15.